提供元: fiatjaf
Inspect and view changes in Pinboard Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Pinboard Button",
"description": "A minimal Firefox extension for Pinboard (https://pinboard.in) that doesn't use API keys, but just opens Pinboard windows.",
"homepage_url": "https://github.com/fiatjaf/firefox-pinboard-popup/",
"manifest_version": 2,
"version": "0.6",
"applications": {
"gecko": {
"id": "{eb059682-fdfe-4250-a2c2-7f7d1af4fe85}"
}
},
"permissions": [
"activeTab",
"contextMenus"
],
"web_accessible_resources": [
"close.html"
],
"background": {
"scripts": [
"pinboard.js",
"background.js"
]
},
"commands": {
"save-to-pinboard": {
"suggested_key": {
"default": "Alt+P"
},
"description": "Save current page to Pinboard"
},
"save-to-read-later": {
"suggested_key": {
"default": "Alt+R"
},
"description": "Save current page to Pinboard's \"to read\" list"
}
},
"browser_action": {
"browser_style": true,
"default_title": "Pinboard",
"default_popup": "popup.html",
"default_icon": "icon-dark.svg",
"theme_icons": [
{
"light": "icon-light.svg",
"dark": "icon-dark.svg",
"size": 32
}
]
},
"icons": {
"48": "icon-addon.png",
"128": "icon-addon.png"
}
} ベストのPinboard Button代替案
Pinboard Buttonに類似したFirefox add-onをいくつか紹介します:
Pinboard Pin
Citole
Pinboard
BrowserNative
Pinboard WebExtension
George Pop
Yet Another Pinboard Extension
seeba
Pinboard Extension
Pinboard
Epic Pinboard
Mario Fink
Pinboard Quantum
Rami114
Sideboard
Maxine Krebs
Save to Pocket (mini)
nitrohorse
Pinboard Bookmark
Alexandru Nedelcu
pinterest_light
actionless