Pinboard Right

Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).

Co je Pinboard Right?

Pinboard Right je rozšíření Chrome vyvinuté https://markjhulme.com, a jeho hlavní funkcí je „Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Pinboard Right

Stáhněte si soubory rozšíření Pinboard Right 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 lightweight extension for Google Chrome allows posting to the wonderful bookmarking site pinboard.in from the right click (contextual) menu.  

Post to pinboard by right-clicking:
  - anywhere in the body of a webpage
  - on any link, or 
  - on any selected text (which will appear in pinboard's description field.)

Credits:
- Inspired by the TweetRight extension (blog.arpitnext.com/tweetright) 
Icon adapted from:
- icondock.com/free/vector-social-media-icons
- http://flic.kr/p/5hF7Fc

More info / contact:  http://markjhulme.com/tagged/pinboard                    

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

Název Pinboard Right Pinboard Right
ID mpiepoibcfbjicpaicclndcjebbibpld
Oficiální URL https://chromewebstore.google.com/detail/pinboard-right/mpiepoibcfbjicpaicclndcjebbibpld
Popis Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).
Velikost souboru 26.48 KB
Počet instalací 517
Aktuální Verze 1.6.50
Poslední Aktualizace 2016-01-13
Datum Vydání 2016-01-13
Hodnocení 4.56/5 Celkem 27 Hodnocení
Vývojář https://markjhulme.com
Typ Platby free
Webové stránky Rozšíření http://markjhulme.com/tagged/pinboard
Podporované Jazyky en
manifest.json
{
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "name": "Pinboard Right",
    "version": "1.6.50",
    "description": "Post webpages, links and selected text to Pinboard.in from the context menu (right-click menu).",
    "icons": {
        "16": "pinboard-16x16.png",
        "48": "pinboard-48x48.png",
        "128": "pinboard-128x128.png"
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "homepage_url": "http:\/\/pinboardright.markjhulme.com\/",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "6.0"
}