Save Tabs set to Pinboard

Login to Pinboard is prerequisite

Wat is Save Tabs set to Pinboard?

Save Tabs set to Pinboard is een Chrome-extensie ontwikkeld door Yohei Marion Okuyama, en de belangrijkste functie is "Login to Pinboard is prerequisite".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Save Tabs set to Pinboard

Download Save Tabs set to Pinboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Thank you for checking out.
This extension is focus to only one function; "Save tab sets to Pinboard".
That's it.

Pinboard extension by mceglowski is great but mainly I use the save tab button.
And I wanted to finish the job in one click.
So I made this extension.

If you click on the icon, it direct you to save tab set page.
This also adds context menu so you can right click anywhere and choose "save tabs to Pinboard" to do the same.
In this case you can hide the icon without losing its functionality.                    

Basisinformatie over de Extensie

Naam Save Tabs set to Pinboard Save Tabs set to Pinboard
ID ehddnmgofimbganchpecibdhmdlaghno
Officiële URL https://chromewebstore.google.com/detail/save-tabs-set-to-pinboard/ehddnmgofimbganchpecibdhmdlaghno
Beschrijving Login to Pinboard is prerequisite
Bestandsgrootte 9.23 KB
Aantal Installaties 284
Huidige Versie 1.0
Laatst Bijgewerkt 2013-08-10
Publicatiedatum 2013-08-10
Beoordeling 4.40/5 Totaal 5 Beoordelingen
Ontwikkelaar Yohei Marion Okuyama
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save Tabs set to Pinboard",
    "description": "Login to Pinboard is prerequisite",
    "version": "1.0",
    "permissions": [
        "tabs",
        "https:\/\/pinboard.in\/tabs\/save\/",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "savetabset.js",
            "contextmenu.js"
        ]
    },
    "browser_action": {
        "default_icon": "pinboard_19.png"
    },
    "icons": {
        "16": "pinboard_16.png",
        "48": "pinboard_48.png",
        "128": "pinboard_128.png"
    }
}