提供元: Kramer
Inspect and view changes in Linkify-Chrome source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Linkify",
"version": "1.0",
"description": "Ctrl+Right-click to open link in Chrome",
"icons": {
"48": "icons/icon.svg",
"96": "icons/icon.svg"
},
"permissions": [
"nativeMessaging"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "open-in-chrome@local",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} ベストのLinkify-Chrome代替案
Linkify-Chromeに類似したFirefox add-onをいくつか紹介します:
Linkify
Ram Goel
Linkclump for Firefox
chrisma
Open in Google Chrome Browser
Andy Portmen
Linklever
EnduraByte LLC
Open Link in Chrome
Rajan
MultiLink Launcher
Mohamed Farid
Link Handler
Yousef Kazemi
Right Links WE
Infocatcher
Open Link in Foreground
André Veríssimo
Open in Chromium Browser
Andy Portmen
Option+Click to Copy Link
AtlasMountain