Bokemarks.com

Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.

Vad är Bokemarks.com?

Bokemarks.com är en Chrome-tillägg utvecklad av http://www.bokemarks.com, och dess huvudfunktion är "Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Bokemarks.com-förlängningens CRX-fil

Ladda ner Bokemarks.com-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Bokemarks is a bookmark manager which saves more than just the icon and title of the webpage. With Bokemarks, you can bookmark the video, the song, the article, the map (and more) depending on which webpage you are bookmarking. You can view your Bokemarks from any device and also add tags and notes to organize your Bokemarks.

How to use it:
Click to Save Bokemark (or Ctrl+S)
Double-Click to view your Bokemarks (or Ctrl+O)                    

Grundläggande Information om Tillägg

Namn Bokemarks.com Bokemarks.com
ID edamijjeljkjcinelnicokboenomckhd
Officiell webbadress https://chrome.google.com/webstore/detail/bokemarkscom/edamijjeljkjcinelnicokboenomckhd
Beskrivning Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.
Filstorlek 23.84 KB
Antal Installationer 56
Aktuell Version 0.92
Senast Uppdaterad 2013-11-18
Publiceringsdatum 2013-11-18
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare http://www.bokemarks.com
Betalningssätt free
Tilläggswebbplats http://www.bokemarks.com
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bokemarks.com",
    "version": "0.92",
    "description": "Online bookmark manager which saves more than just the icon and title. View your bookmarks on any device.",
    "icons": {
        "128": "icon_128.png",
        "256": "icon_256.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "keyPress.js"
            ]
        }
    ]
}