Jump to Anywhere - Speed Browsing with 1click

The bookmark which sticks a tag in a Web page, and can jump anywhere. Scrolling is not necessary.

Jump to Anywhere - Speed Browsing with 1click là gì?

Jump to Anywhere - Speed Browsing with 1click là một tiện ích mở rộng Chrome được phát triển bởi pub, và tính năng chính của nó là "The bookmark which sticks a tag in a Web page, and can jump anywhere. Scrolling is not necessary.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Jump to Anywhere - Speed Browsing with 1click

Tải xuống các tệp mở rộng Jump to Anywhere - Speed Browsing with 1click 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

                        It is not necessary to look for many times in the page that saw once.
You can move to the place to want to see immediately.

[First image]
Attach a tag to the favorite place of the Web page and can jump to a tag when I like it.

It is not only the sentence, can register a tag with a sentence, an image, an video or a blank part etc.


Because registration, the summons of the tag only clicks it in a page, I do not disturb reading of the page.

Plural tags can register.

In all Web pages, can move to the top and the end of the page.

[Second image]
The links to service such as SNS etc are displayed when click an icon of the tag center.

[Third image]
In addition, the URL of the page is registered with bookmark of Smark automatically when I register a tag. 

I can use the same bookmark and tag from other PCs when I share bookmark.

*The message from Smark is displayed in popup. Please allow popup indication.

*Please reload the open tab after installation or restart Chrome.

*It can not be used in the Chrome Web Store.

■About a trademark
・The logo of "Twitter" and Twitter is the trademark of Twitter, Inc. or the affiliates or a registered trademark.
・The logo of "Facebook" and Facebook is a trademark of Facebook,inc. or a registered trademark.
・"Hatena" is the trademark which is an end Co., Ltd. or a registered trademark.
・The logo of "Google+" and Google+ is a trademark of Google Inc. or a registered trademark.
・The logo of "Evernote" and Evernote is a trademark of American Evernote company or a registered trademark.
・"Pocket" and the Pocket logo are a trademark of Read It Later, Inc or registered trademarks.                    

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

Tên Jump to Anywhere - Speed Browsing with 1click Jump to Anywhere - Speed Browsing with 1click
ID aeampjcahpidlojklaijajmkfhdmicdp
URL Chính Thức https://chrome.google.com/webstore/detail/jump-to-anywhere-speed-br/aeampjcahpidlojklaijajmkfhdmicdp
Mô tả The bookmark which sticks a tag in a Web page, and can jump anywhere. Scrolling is not necessary.
Kích Thước Tệp 634 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 0.1.63
Cập Nhật Lần Cuối 2017-03-29
Ngày Phát Hành 2017-03-29
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển pub
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,pt-BR,ru,hi,bn,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.63",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon_tag_16_10_3.png",
        "48": "img\/icon_tag_48_36_6.png",
        "128": "img\/icon_tag_128_96_16.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.evernote.com\/noteit.*"
            ],
            "css": [
                "lib\/jquery\/toolbar\/jquery.toolbar.css",
                "css\/font-awesome.css",
                "css\/icomoon.css",
                "css\/content.css"
            ],
            "js": [
                "lib\/jquery\/jquery-1.12.4.min.js",
                "lib\/jquery\/toolbar\/jquery.toolbar.min.js",
                "lib\/buy.js",
                "js\/share.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "fonts\/*"
    ],
    "background": {
        "scripts": [
            "lib\/analytics.js",
            "js\/share.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Jump to Anywhere",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "bookmarks",
        "identity"
    ]
}