QuickPin

Add the current tab to your Pinboard's Read Later

Co je QuickPin?

QuickPin je rozšíření Chrome vyvinuté https://birchtree.me, a jeho hlavní funkcí je „Add the current tab to your Pinboard's Read Later“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření QuickPin

Stáhněte si soubory rozšíření QuickPin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This is a very simple, very fast extension for Pinboard users. All it does is save the current tab to your Pinboard's read later folder.

Please be aware this is a limited initial release. There are no settings in the app and no error handling implemented. I would advise checking your Pinboard account after saving your first page just to make sure everything is working properly.                    

Základní Informace o Rozšíření

Název QuickPin QuickPin
ID bplllpnppecllkkfmbffnojccbiiefba
Oficiální URL https://chromewebstore.google.com/detail/quickpin/bplllpnppecllkkfmbffnojccbiiefba
Popis Add the current tab to your Pinboard's Read Later
Velikost souboru 33.69 KB
Počet instalací 24
Aktuální Verze 1.0
Poslední Aktualizace 2016-02-19
Datum Vydání 2016-02-19
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://birchtree.me
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://birchtree.me/blog/quickpin-chrome/
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickPin",
    "short_name": "A fast, simple extension to save to Pinboard",
    "description": "Add the current tab to your Pinboard's Read Later",
    "version": "1.0",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}