Batch Add Bookmarks

Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension.

Batch Add Bookmarksคืออะไร?

Batch Add Bookmarks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ShenTengTu และคุณลักษณะหลักของมันคือ "Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Batch Add Bookmarks

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

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

                        You can batch add new folders or pages to a specified bookmark folder.Open the bookmark manager to enable this extension.
========================
Ver1.0.2
* little optmize.                    

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

ชื่อ Batch Add Bookmarks Batch Add Bookmarks
ID gdolkiboplhdpaoobioniadihojdcdoa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/batch-add-bookmarks/gdolkiboplhdpaoobioniadihojdcdoa
คำอธิบาย Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension.
ขนาดไฟล์ 54.18 KB
จำนวนการติดตั้ง 357
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2017-02-19
วันที่เผยแพร่ 2017-02-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ShenTengTu
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ShenTengTu/BatchAddBookmarks
ภาษาที่รองรับ en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.0.2",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "author": "Shen-Teng Tu",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/batch-add-bookmarks\/gdolkiboplhdpaoobioniadihojdcdoa",
    "permissions": [
        "tabs",
        "activeTab",
        "bookmarks",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "chrome:\/\/favicon\/*"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "page_action": {
        "default_title": "__MSG_appName__",
        "default_icon": {
            "38": "img\/icon38.png"
        },
        "default_popup": ""
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "short_name": "BatchAddBookmarks",
    "version_name": "1.0.2",
    "content_security_policy": "script-src 'self'; object-src 'self'"
}