Save to Pinboard

Trigger 'Save-to-Pinboard' popup window in one single click

ما هو Save to Pinboard؟

Save to Pinboard هو إضافة Chrome تم تطويرها بواسطة lendenmc، والميزة الرئيسية لها هي "Trigger 'Save-to-Pinboard' popup window in one single click".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Save to Pinboard

قم بتنزيل ملفات الامتداد Save to Pinboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ***Popup* Window triggered with *one single click* of a button to bookmark a page to your Pinboard account. Does the same thing as some Pinboard bookmarklet, only without bookmarklet.**

### Yet another Pinboard browser extension ! Why ??

There are many [Pinboard](https://pinboard.in) extensions that can do *many* great things such as [this one] (https://chrome.google.com/webstore/detail/pinboard/lclbbneapfiaihigbkalcoophalpbapl). Even if you configure them to be slim, you still need to click the button, hover the mouse to the saving option, then click *again* to launch the popup window where you can *finally* edit and save your boomark. The problem is people like me are only using these extensions to do this single thing. So we would be better off with something quicker !

This "extension" does only *one* thing with *one single click* of a button: open a popup window to edit (which mean adding tags for me) and save the bookmark. Obviously, some other Pinboard extensions I forgot about open a new *tab* with a single click, but this is not great if you don't want to lose focus on the page you're on.

### Why not using a Pinboard boomarklet ?

I know you will tell me it does the exact same thing as the Pinboard bookmarklet... Only it does that with a button instead of a bookmark, which is good for those who don't want their browser be cluttered with a bookmarks bar.
And by the way, we already have Pinboard. Bookmarks Bar, leave us alone.                    

معلومات أساسية عن التمديد

الاسم Save to Pinboard Save to Pinboard
ID geidiicjbnihpmllccjkgllfplggikne
عنوان URL الرسمي https://chromewebstore.google.com/detail/save-to-pinboard/geidiicjbnihpmllccjkgllfplggikne
الوصف Trigger 'Save-to-Pinboard' popup window in one single click
حجم الملف 28.22 KB
عدد التثبيتات 22
النسخة الحالية 1.0
آخر تحديث 2016-01-04
تاريخ النشر 2016-01-04
المطور lendenmc
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save to Pinboard",
    "description": "Trigger 'Save-to-Pinboard' popup window in one single click",
    "version": "1.0",
    "homepage_url": "https:\/\/github.com\/lendenmc\/chrome-save-to-pinboard",
    "author": "lendenmc",
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_title": "Pinboard"
    },
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "permissions": [
        ""
    ],
    "offline_enabled": false
}