Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_ExtensionName__",
"description": "__MSG_ExtensionDescription__",
"author": "Evernote",
"version": "7.40.0",
"manifest_version": 3,
"minimum_chrome_version": "88",
"default_locale": "en",
"background": {
"service_worker": "ServiceWorkerExtension.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*"
],
"js": [
"commons.js",
"content.js"
],
"css": [
"content.css",
"SkitchStyles.css",
"TopFrames.css"
]
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*"
],
"all_frames": true,
"js": [
"ContentScriptFrames.js"
]
}
],
"action": {
"default_title": "__MSG_BrowserActionTitle__",
"default_icon": {
"38": "res\/icon.png"
}
},
"permissions": [
"activeTab",
"tabs",
"cookies",
"contextMenus",
"storage",
"notifications",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"consent.html",
"consentStyles.css",
"ContentFrame.html",
"OptionsFrame.html",
"SimSearchFrame.html",
"PdfPageButtonFrame.html",
"content.css",
"ClearlyReformatStyles.css",
"ClearlyCustomStyles.css",
"PreloaderStyles.css",
"SkitchStyles.css",
"HighlightStyles.css",
"BookmarkStyles.css",
"ScreenshotPreviewerManagerBox.css",
"ContentScriptFrames.js",
"res\/snap.wav",
"res\/*"
],
"matches": [
"<all_urls>"
]
}
],
"incognito": "split",
"options_page": "OptionsFrame.html",
"options_ui": {
"page": "OptionsFrame.html#newStylePage"
},
"icons": {
"38": "res\/icon.png",
"128": "res\/icon128.png"
}
}