Save all tabs to Pocket

Save all opening tabs in current window to Pocket.

Save all tabs to Pocketคืออะไร?

Save all tabs to Pocket เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hanh Pho และคุณลักษณะหลักของมันคือ "Save all opening tabs in current window to Pocket."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save all tabs to Pocket

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

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

                        Send all of the opening tabs in current window to Pocket for later reading.

=====Change logs=====

v1.2 - 03/Mar/2017
 * Add an option to include of exclude pinned tabs.                    

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

ชื่อ Save all tabs to Pocket Save all tabs to Pocket
ID bhmmhhjpffepjokjohnibgojinhekcad
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/save-all-tabs-to-pocket/bhmmhhjpffepjokjohnibgojinhekcad
คำอธิบาย Save all opening tabs in current window to Pocket.
ขนาดไฟล์ 61 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2017-03-03
วันที่เผยแพร่ 2017-03-03
คะแนน 4.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Hanh Pho
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-80.png",
        "128": "images\/icon-80.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-80.png",
            "38": "images\/icon-80.png"
        },
        "default_title": "Save all tabs to Pocket",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "identity",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/getpocket.com\/v3\/oauth\/*\/*"
    ],
    "web_accessible_resources": [
        "success.html"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}