Pinboard++ for Pinboard
Enhance your Pinboard experience.
Was ist Pinboard++ for Pinboard?
Pinboard++ for Pinboard ist eine Chrome-Erweiterung, die von cppcho entwickelt wurde, und ihr Hauptmerkmal ist "Enhance your Pinboard experience.".
Erweiterungsscreenshots
Pinboard++ for Pinboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pinboard++ for Pinboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Save to Pinboard with keyboard shortcuts
Shortcuts:
Cmd/Ctrl+Shift+K - Open popup
Cmd/Ctrl+Enter - Save bookmark
Cmd/Ctrl+Backspace - Delete bookmark
-----
"Pinboard (https://pinboard.in/) is a fast, no-nonsense bookmarking site for people who value privacy and speed."
-----
SOURCE CODE: https://github.com/cppcho/pinboard-plusplus Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kmbofkenjncfapkighkijhmeelkgnldo |
| Offizielle URL | https://chromewebstore.google.com/detail/pinboard++-for-pinboard/kmbofkenjncfapkighkijhmeelkgnldo |
| Beschreibung | Enhance your Pinboard experience. |
| Dateigröße | 81.14 KB |
| Installationsanzahl | 61 |
| Aktuelle Version | 1.2.5 |
| Letztes Update | 2017-01-02 |
| Veröffentlichungsdatum | 2017-01-01 |
| Bewertung | 4.57/5 Insgesamt 7 Bewertungen |
| Entwickler | cppcho |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/cppcho/pinboard-plusplus |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Pinboard++ for Pinboard",
"version": "1.2.5",
"description": "Enhance your Pinboard experience.",
"author": "cppcho",
"minimum_chrome_version": "51",
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"browser_action": {
"default_icon": {
"19": "img\/ba-19.png",
"38": "img\/ba-38.png"
},
"default_title": "Pinboard++",
"default_popup": "html\/popup.html"
},
"options_ui": {
"page": "html\/options.html",
"chrome_style": true
},
"permissions": [
"storage",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"js\/lib\/jquery.min.js",
"js\/eventPage.js"
],
"persistent": false
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+K"
}
}
}
} | |