BatchBasket - Batch Saving to Pocket

Save multiple links to Pocket at once from highlighted tabs, highlighted text or pasting urls. Compatible with The Great Suspender.

BatchBasket - Batch Saving to Pocketคืออะไร?

BatchBasket - Batch Saving to Pocket เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jospablos และคุณลักษณะหลักของมันคือ "Save multiple links to Pocket at once from highlighted tabs, highlighted text or pasting urls. Compatible with The Great Suspender."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BatchBasket - Batch Saving to Pocket

ดาวน์โหลดไฟล์ส่วนขยาย BatchBasket - Batch Saving to Pocket ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Start spending more time reading your Pocket list than adding things to it with Batch Basket

Now you can save hundreds of tabs and links in just 3 steps:
1) Select what you want to save: Highlight the tabs or text containing the links you want to save. 
2) Click the extension button in the toolbar
3) Hit the save button...
And BatchBasket will save to Pocket all those links for you. Just another click and you can close all those tabs you saved for later. How cool is that?

Also:
**Paste a list of URLs to the extension and save them.
**See urls and choose which to save and which to skip.
**Batch-add any tags you want, and modify each entry individually.
**If you use the awesome Great Suspender, you can save suspended tabs directly to Pocket with no need for re-animation.
**Keep track of all the time BatchBasket will save for you in a statistics section. Check it every once in a while to feel good about how smart you are.


Install BatchBasket to get back your time and actually read all that you save! :)

For support, new features, love letters or job proposals (Yes, you can hire me ;)), you can send me an email to [email protected]

----------
In case you don't know how to highlight tabs in chrome you can:
A) Click one tab and then Shift+Click another to highlight all tabs in between, or
B) Cmd/Ctrl+Click and select individual tabs.

Change log:
v1.1.1 (Jun 5, 2017):
Small fix after a Great Suspender update

v1.1:
*You can now close saved tabs from the extension popup. No need to close them manually.
*Fixed issue when the extension selected highlighted tabs from every window when more than one open.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BatchBasket - Batch Saving to Pocket BatchBasket - Batch Saving to Pocket
ID aahdlndebcbcklgcjcpfmmfadnnalnbe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/batchbasket-batch-saving/aahdlndebcbcklgcjcpfmmfadnnalnbe
คำอธิบาย Save multiple links to Pocket at once from highlighted tabs, highlighted text or pasting urls. Compatible with The Great Suspender.
ขนาดไฟล์ 408 KB
จำนวนการติดตั้ง 360
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2017-07-05
วันที่เผยแพร่ 2017-07-05
คะแนน 4.35/5 รวมทั้งหมด 20 คะแนน
ผู้พัฒนา jospablos
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://josepablodo.es/apps/batchbasket
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BatchBasket - Batch Saving to Pocket",
    "short_name": "BatchBasket",
    "description": "Save multiple links to Pocket at once from highlighted tabs, highlighted text or pasting urls. Compatible with The Great Suspender.",
    "version": "1.1.1",
    "icons": {
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Batch Save to Pocket",
        "default_icon": {
            "19": "img\/icon128.png",
            "38": "img\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/pocket-auth.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "tabs",
        "https:\/\/getpocket.com\/v3\/send",
        "https:\/\/getpocket.com\/v3\/oauth\/request"
    ],
    "web_accessible_resources": [
        "pocket-auth-page.html"
    ]
}