Bookmarks to References

This extension converts Bookmarks in a folder to a list of References

ما هو Bookmarks to References؟

Bookmarks to References هو إضافة Chrome تم تطويرها بواسطة Rohan Chakravarthy، والميزة الرئيسية لها هي "This extension converts Bookmarks in a folder to a list of References".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Bookmarks to References

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

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

                        This extension shows you a list of all your bookmark folders, allows you to select a folder and generates a list of references from all the links in the folder. To get a more detailed list you can change the title of the bookmark when you save it. To select the list just click anywhere within the text.

I created this because I got tired of maintaining a separate list of links that I referred to for my papers and code and was surprised I couldn't find anything online to do this for me!                    

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

الاسم Bookmarks to References Bookmarks to References
ID aigindmbmcgegjhjnonholgaebnldmln
عنوان URL الرسمي https://chromewebstore.google.com/detail/bookmarks-to-references/aigindmbmcgegjhjnonholgaebnldmln
الوصف This extension converts Bookmarks in a folder to a list of References
حجم الملف 25.05 KB
عدد التثبيتات 648
النسخة الحالية 0.5
آخر تحديث 2016-12-22
تاريخ النشر 2016-12-22
تقييم 5.00/5 مجموع تقييمات 5
المطور Rohan Chakravarthy
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmarks to References",
    "description": "This extension converts Bookmarks in a folder to a list of References",
    "version": "0.5",
    "browser_action": {
        "_comment": "icon.png is provided by DesignModo under the Creative Commons License",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "bookmarks"
    ]
}