Tidy Bookmarks

Tidy Bookmarks

Tidy Bookmarks क्या है?

Tidy Bookmarks 安東邦泰 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tidy Bookmarks"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tidy Bookmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Access bookmarks via popup menu.
Display bookmark tree side by side.
  
  
 
No ads, no spyware.


  
Search bookmarks by tag
Address bar by typing "* " (asterisk-space)
  
  
  
---------------
Shortcut keys
---------------
  
Add Current Page
Alt+A
  
Bookmark All Tabs
Alt+S
  
  
  
"Ctrl+D"?
commands API not working.
  
  

----Change keyboard shortcut keys---

Just open the extensions page
scroll to the bottom of the page and click "Configure commands". 




---------------
Bookmark tags
---------------
  
After you bookmark a page, you have the option of adding "tags" to the bookmark.
These tags are used to help better categorize bookmarks so you can find them when searching.
  
  
The Tags field lets you enter a list of tags you want associated with the new bookmark.
When using more than one tag, use a comma to separate them.
  
  
(e.g. music,jazz,guitar)
  
  
context menu -> edit -> bookmark tags
  
Address bar by typing "* " (asterisk-space)
  
  
  
  
********* ATTENTION *********
MAX_WRITE_OPERATIONS_PER_HOUR ( 100 )

http://developer.chrome.com/extensions/bookmarks.html#property-MAX_WRITE_OPERATIONS_PER_HOUR




*************************
Normal--------------
Bookmarks Pop-up
Persistence : true
Search bookmarks from the address bar
Bookmark tags
Shortcut keys


Lite--------------
Bookmarks Pop-up
Lite version is loaded only when it's needed


https://chrome.google.com/webstore/detail/tidy-bookmarks-lite/daojfgjlldndcjaidckepeokebmioobl                    

एक्सटेंशन की मूल जानकारी

नाम Tidy Bookmarks Tidy Bookmarks
ID bennikkpnelmfdiijpdclfincmnoabae
आधिकारिक URL https://chromewebstore.google.com/detail/tidy-bookmarks/bennikkpnelmfdiijpdclfincmnoabae
विवरण Tidy Bookmarks
फ़ाइल का आकार 58.92 KB
स्थापना संख्या 7,411
वर्तमान संस्करण 2.5
अंतिम अपडेट 2017-02-15
प्रकाशन तिथि 2017-02-15
रेटिंग 4.65/5 कुल 127 रेटिंग्स
डेवलपर 安東邦泰
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tidy Bookmarks",
    "version": "2.5",
    "description": "Tidy Bookmarks",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "omnibox": {
        "keyword": "*"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Tidy Bookmarks",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "icon19on.png",
        "icon19off.png"
    ],
    "commands": {
        "myCommandADDBOOKMARK": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "Send add Bookmark command"
        },
        "myCommandADDBOOKMARKtabs": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Send add tabs command"
        }
    },
    "minimum_chrome_version": "19",
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/*",
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}