BlogLinkClipper

This extension copies to clipboard URL, and Title for various formats. For link shareling with title or writing documentation.

BlogLinkClipper là gì?

BlogLinkClipper là một tiện ích mở rộng Chrome được phát triển bởi https://pg1x.com, và tính năng chính của nó là "This extension copies to clipboard URL, and Title for various formats. For link shareling with title or writing documentation.".

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

screenshot

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

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

                        Awesome Copy Extension(Google Chrome) that copies TITLE/URL combination to clipboard with various formats in current tab.
It's useful to share URL with Title or writing documentation, and more.

### Features

- Copy TITLE/URL combination to clipboard in various format.
- Get short url with Firebase
- Cleanup Amazon Product URL(ASIN)

### Supported formats

- Simple format: between title and url, be inserted line feeds
- HTML link tag format: `title`. (`_target="blank"` supported.)
- Markdown: `[title](url)`
- Redmine: `"title":url`
- JIRA: `[title|url]`
- reSTructuredTest: ``title `_`
- MediaWiki: `[url title]`
- PukiWiki: `[[title:url]]`
- DokuWiki: `[[url|title]]`
- Hatena notation (Japanese hacker popular): `[url:title=]`

### Contribute

https://github.com/wnoguchi/blog-link-clipper

### CHANGELOG

#### 0.11.0 changes (2019-12-31) b5517f938fdb7e446c7e4c61688178c4181c6441

1. Add HTML A tag format security: rel="noopener"
2. Change URL Shortening service goo.gl to l.pg1x.com powered by Firebase
3. Remove Google Analytics Tracking

#### 0.10.0 changes (2018-01-21)

1. Add DokuWiki Format.
2. Redmine Ticket URL Cleanup Feature.

#### 0.9.0 changes (2016-10-25)

1. Add reStructuredText Format.

#### 0.8.0 changes (2015-08-06)

1. Implement Amazon URL Cleanup feature.
2. Google Analytics Tracking.

#### 0.7.2 changes (2015-06-13)

1. JIRA title escape.

#### 0.7.1 changes (2015-05-23)

1. Add JIRA format support.

#### 0.7.0 changes (2014-09-07)

1. Save previous selection state.
2. Embrace MIT License.
3. I18N typo fix.
4. Large Refactoring.                    

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

Tên BlogLinkClipper BlogLinkClipper
ID jcbdhcdpoagflgclgidimolohhmofnma
URL Chính Thức https://chromewebstore.google.com/detail/bloglinkclipper/jcbdhcdpoagflgclgidimolohhmofnma
Mô tả This extension copies to clipboard URL, and Title for various formats. For link shareling with title or writing documentation.
Kích Thước Tệp 49.76 KB
Số Lần Cài Đặt 4,088
Phiên Bản Hiện Tại 0.11.2
Cập Nhật Lần Cuối 2021-08-22
Ngày Phát Hành 2020-01-08
Đánh Giá 4.07/5 Tổng số 15 Đánh Giá
Nhà Phát Triển https://pg1x.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://pg1x.com/privacy-policy:privacy-policy
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.11.2",
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "default_locale": "en"
}