Comment organizer

Chrome extension for quick access to frequently used text templates previously saved in this extension.

Comment organizer là gì?

Comment organizer là một tiện ích mở rộng Chrome được phát triển bởi devvitbil, và tính năng chính của nó là "Chrome extension for quick access to frequently used text templates previously saved in this extension.".

Ả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 Comment organizer

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

                        How to use:

After installation, the extension will be empty.

1. First of all, you must create a new comment in the tree of elements by right-clicking on any folder and selecting in the popup menu Create inside>Comment.

2. After you create a comment, you must add its contents by right-clicking this comment and selecting in the popup menu Edit>Content.

3. In the new tab open in Chrome, you need to add a comment section and add your frequently used text template to the content field and save the comment.

Now your frequently used text template is saved as the element in the tree. 

If an element is selected or checked, its contents will be displayed in the preview area at the bottom of the extension.

There are two possible modes of the preview area - show selected or all checked. You can select the desired mode in the drop-down list.

All that shows the preview area can be copied to the clipboard in one click and it can be used any way you want.


Additional tips:

Folders in the tree are needed to group elements in the tree. They may include subfolders or comment, but can not have any content.

If enter something in the search at the top part of the extension, it will leave only folders and comments in the tree, whose names at least partially coincide with the written text.

During the first run, a database will be created in your “cookies and temporary Internet files”, so all the data you enter will be saved only on your personal computer.

Extension also monitors the state (closed, selected or checked) of all items, and it will save this state until next start. If you do not need previous state of the elements and do not want to uncheck or close them one by one, you can reset the state of all elements through the pop-up menu


Grouping:

If multiple comments are checked, the preview area will group the contents of the comments by the name of the content section.
 
If you do not need such a grouping, please leave the names of the content sections empty, and the content of the comments will be displayed one by one as they are added.


Exporting\Importing\Backup copy:

All or only some of the data you entered can be exported to a new Chrome tab by right-clicking on any item in the tree and selecting in the popup menu Exchange>Export.

The exported data from the tab can be saved as an .html file. This file can be used as a Backup copy file and the data from this file can be imported by right-clicking on any folder in the tree and selecting in the popup menu Exchange>Import.                    

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

Tên Comment organizer Comment organizer
ID peoodemkplhilmeamabkbhjfkhkcdfkg
URL Chính Thức https://chromewebstore.google.com/detail/comment-organizer/peoodemkplhilmeamabkbhjfkhkcdfkg
Mô tả Chrome extension for quick access to frequently used text templates previously saved in this extension.
Kích Thước Tệp 814 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.20
Cập Nhật Lần Cuối 2019-06-30
Ngày Phát Hành 2019-06-30
Nhà Phát Triển devvitbil
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": "Comment organizer",
    "short_name": "CO",
    "version": "1.20",
    "author": "Vitalii Bilousov",
    "icons": {
        "16": "\/Icons\/commentswizardicon16.png",
        "48": "\/Icons\/commentswizardicon48.png",
        "128": "\/Icons\/commentswizardicon128.png"
    },
    "description": "Chrome extension for quick access to frequently used text templates previously saved in this extension.",
    "background": {
        "scripts": [
            "\/ThirdPartyLibs\/angular.min.js",
            "RuntimeServices.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "16": "\/Icons\/commentswizardicon16.png",
            "24": "\/Icons\/commentswizardicon48.png",
            "32": "\/Icons\/commentswizardicon128.png"
        },
        "default_title": "Comment organizer",
        "default_popup": "Startup.html"
    }
}