Lists by Design

Lists by Design is a dedicated lists extension, that can help boost your productivity as you browse your favourite websites.

ما هو Lists by Design؟

Lists by Design هو إضافة Chrome تم تطويرها بواسطة Digital Dynasty Design، والميزة الرئيسية لها هي "Lists by Design is a dedicated lists extension, that can help boost your productivity as you browse your favourite websites.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Lists by Design

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

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

                        Get more from your bookmarks with Lists by Design. Organize, add notes, list prices, and more as you browse your favourite websites. Never again wonder where your bookmarks are, or what they were for. Simply organize and label your them into separate, fully customizable lists. 

Making a shopping list? Add prices, and check items off as you purchase them.

Work in an office? Organize your work's web apps into their very own list.

Be productive! Never lose a webpage, or sift through hundreds of bookmarks aimlessly again.

Main Features
-------------
* Material inspired interface and UI elements
* Automatically "grabs" your active tab's URL and title for simplicity
* Up to six fully-customizable lists to organize your information
* Check-off, re-order, edit, and delete your list entries
* Your lists sync across your various chrome sessions (you must be signed in to the various chrome browser sessions)
* Export your lists as CSV files

Changelog for Beta 0.31
-----------------------
-[BUG FIX] Fixed an issue when exporting lists with special characters in the name and/or the description fields

Changelog for Beta 0.30
-----------------------
-[NEW FEATURE] Added the ability to export lists as CSV files, exporting is available from the Settings menu

Changelog for Beta 0.21
-----------------------
- [BUG FIX] Fixed a bug where the dark theme did not apply to all elements

Changelog for Beta 0.2
----------------------
- [BUG FIX] fixed an issue that prevented some screens from showing the application icon (ie chrome://extensions page)
- [GENERAL] added more symbols to the list customization options
- [GENERAL] changed some styling for the buttons on the bottom of the footer
- [GENERAL] when the "Always Show 'Add New Item' on Boot" setting is toggled off, the view lists screen now automatically appears, rather than transitioning in

Future Considerations
---------------------
We do have some features planned for future versions, however, depending on how the extension is received and the feedback that we get, they are not guaranteed. Some of these future considerations include:

* Sharable lists
* Notification for restoring the last item deleted
* Display saved website's icon as part of each list item
* Support for most major currency symbols (€, £, ¥, руб, etc.)
* More List icons

If you want any of these features, or think up some other ones, please let us know.                    

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

الاسم Lists by Design Lists by Design
ID kjnpbnbnlihakbjgklcjbplpclgmpalf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/lists-by-design/kjnpbnbnlihakbjgklcjbplpclgmpalf
الوصف Lists by Design is a dedicated lists extension, that can help boost your productivity as you browse your favourite websites.
حجم الملف 460 KB
عدد التثبيتات 64
النسخة الحالية 0.31
آخر تحديث 2015-12-21
تاريخ النشر 2015-12-21
تقييم 4.89/5 مجموع تقييمات 9
المطور Digital Dynasty Design
نوع الدفع free
موقع الإضافة http://digitaldynasty.ca/listsbydesign.html
عنوان صفحة المساعدة http://digitaldynasty.ca/index.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lists by Design",
    "version": "0.31",
    "description": "Lists by Design is a dedicated lists extension, that can help boost your productivity as you browse your favourite websites.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "",
        "downloads"
    ],
    "browser_action": {
        "default_title": "Lists by Design",
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}