QuickPin

Add the current tab to your Pinboard's Read Later

Vad är QuickPin?

QuickPin är en Chrome-tillägg utvecklad av https://birchtree.me, och dess huvudfunktion är "Add the current tab to your Pinboard's Read Later".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner QuickPin-förlängningens CRX-fil

Ladda ner QuickPin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn QuickPin QuickPin
ID bplllpnppecllkkfmbffnojccbiiefba
Officiell webbadress https://chromewebstore.google.com/detail/quickpin/bplllpnppecllkkfmbffnojccbiiefba
Beskrivning Add the current tab to your Pinboard's Read Later
Filstorlek 33.69 KB
Antal Installationer 24
Aktuell Version 1.0
Senast Uppdaterad 2016-02-19
Publiceringsdatum 2016-02-19
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://birchtree.me
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://birchtree.me/blog/quickpin-chrome/
Stödda Språk 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"
    ]
}