Noveltab for Developers

Developer-friendly new tab page

Noveltab for Developers là gì?

Noveltab for Developers là một tiện ích mở rộng Chrome được phát triển bởi http://noveltab.com, và tính năng chính của nó là "Developer-friendly new tab page".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Noveltab for Developers

Tải xuống các tệp mở rộng Noveltab for Developers 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

                        Noveltab makes your new tab page developer-friendly! 

*** Smart history ***
Quick access to recently visited resources:
- Github projects
- Documentation
- Stackoverflow questions
- Bugtracker tickets
- Google Docs
- Forum topics


*** Direct search ***
Search isn't only Google! Search directly in Stackoverflow, Wikipedia, and other services as well.


*** News Feed ***
News feed from popular tech websites to keep you up to date with the latest events.                    

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

Tên Noveltab for Developers Noveltab for Developers
ID phmdaodfdfcieiomibneocicagcihfke
URL Chính Thức https://chrome.google.com/webstore/detail/noveltab-for-developers/phmdaodfdfcieiomibneocicagcihfke
Mô tả Developer-friendly new tab page
Kích Thước Tệp 572 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 0.96
Cập Nhật Lần Cuối 2016-10-24
Ngày Phát Hành 2016-10-24
Đánh Giá 4.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển http://noveltab.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Noveltab for Developers",
    "description": "Developer-friendly new tab page",
    "version": "0.96",
    "permissions": [
        "history",
        "storage",
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/suggestqueries.google.com\/complete\/ https:\/\/ajax.googleapis.com\/ajax\/services\/feed\/ https:\/\/*.googleapis.com\/ https:\/\/www.google.com\/; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "assets\/img\/nt128x128.png",
        "48": "assets\/img\/nt48x48.png",
        "16": "assets\/img\/nt16x16.png"
    }
}