SlowlyOpenAllBookmarks

Slowly open all bookmarks in the folder.

ما هو SlowlyOpenAllBookmarks؟

SlowlyOpenAllBookmarks هو إضافة Chrome تم تطويرها بواسطة https://ikura.tokyo، والميزة الرئيسية لها هي "Slowly open all bookmarks in the folder.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة SlowlyOpenAllBookmarks

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

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

                        フォルダ内の大量のブックマークを順次にゆっくりと開きます。
ブックマークが多くても、ネットワークやCPUの急激な負荷はかかりません。

「15 個のタブが開きます。本当によろしいですか?」というダイアログが表示され、開くといくつかのタブの読み込みに失敗する人向けの拡張機能です。                    

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

الاسم SlowlyOpenAllBookmarks SlowlyOpenAllBookmarks
ID pepochbhmadcijofcoijpnmnaibflfbg
عنوان URL الرسمي https://chromewebstore.google.com/detail/slowlyopenallbookmarks/pepochbhmadcijofcoijpnmnaibflfbg
الوصف Slowly open all bookmarks in the folder.
حجم الملف 17.25 KB
عدد التثبيتات 49
النسخة الحالية 1.01
آخر تحديث 2019-03-15
تاريخ النشر 2019-03-15
تقييم 1.00/5 مجموع تقييمات 1
المطور https://ikura.tokyo
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.01",
    "description": "__MSG_extDesc__",
    "permissions": [
        "bookmarks"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "38": "img\/icon38.png",
        "19": "img\/icon19.png",
        "16": "img\/icon16.png"
    },
    "default_locale": "en",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}