Bootstrap Twitter Offline Docs

Easy access offline for Bootstrap Twitter Docs

Bootstrap Twitter Offline Docs là gì?

Bootstrap Twitter Offline Docs là một tiện ích mở rộng Chrome được phát triển bởi https://titiskaifa.me, và tính năng chính của nó là "Easy access offline for Bootstrap Twitter Docs".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bootstrap Twitter Offline Docs

Tải xuống các tệp mở rộng Bootstrap Twitter Offline Docs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Please refer to http://goo.gl/qROMkV for Bootstrap v3

Sometime, we need access offline to Bootstrap Twitter Docs. This extension help you to store docs offline and easy access from google chrome. It's not official extension from bootstrap team.

Recent Changes 22/02/2013:
* You can use command in omnibox/adress bar, to access easily part of documentation. Example: in omnibox type bt > press tab > type help > press enter.
* Add option page. You can add your own command for use in omnibox.
* Add help page, reference about command you can use

Recent Changes 26/02/2012: 
* Change every alert() with desktopNotification. So, hope it can increase your experience when interacting with this ext.
* Add contextmenu, so you can easily access to main page of Bootstrap with just right click.
* Add command about for display words about this app.

Recent Changes 28/02/2012
* Change all inside design of codes.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bootstrap Twitter Offline Docs Bootstrap Twitter Offline Docs
ID gihkgljdimgfffabkemicpaeljmoobil
URL Chính Thức https://chromewebstore.google.com/detail/bootstrap-twitter-offline/gihkgljdimgfffabkemicpaeljmoobil
Mô tả Easy access offline for Bootstrap Twitter Docs
Kích Thước Tệp 3.11 MB
Số Lần Cài Đặt 6,062
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2014-07-13
Ngày Phát Hành 2014-07-13
Đánh Giá 4.60/5 Tổng số 90 Đánh Giá
Nhà Phát Triển https://titiskaifa.me
Loại Thanh Toán free
Trang Web Mở Rộng http://titiskaifa.me/projects/bootstrap-twitter-offline-docs/
URL Trang Trợ Giúp http://titiskaifa.me/projects/bootstrap-twitter-offline-docs/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bootstrap Twitter Offline Docs",
    "description": "Easy access offline for Bootstrap Twitter Docs",
    "version": "1.3",
    "background": {
        "scripts": [
            "lib\/jquery-1.8.3.min.js",
            "lib\/background.js"
        ]
    },
    "icons": {
        "128": "img\/icon-128.png",
        "48": "img\/icon-48.png",
        "16": "img\/icon-16.png"
    },
    "permissions": [
        "notifications",
        "contextMenus"
    ],
    "options_page": "options.html",
    "omnibox": {
        "keyword": "bt"
    },
    "browser_action": {
        "default_icon": "img\/icon-16.png",
        "default_title": "Bootstrap Twitter Offline Docs"
    },
    "web_accessible_resources": [
        "img\/icon-48.png",
        "img\/ava-me.png"
    ],
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/bootstrap-twitter-offline\/gihkgljdimgfffabkemicpaeljmoobil?utm_source=chrome-ntp-icon",
    "offline_enabled": true
}