Comment Everywhere
This extension allows the user to comment at any page on the internet
什麼是Comment Everywhere?
Comment Everywhere是由Adriano Moura開發的Chrome擴展程式,該擴展的主要功能是“This extension allows the user to comment at any page on the internet”。
擴展截圖
下載Comment Everywhere擴展crx文件
下載Comment Everywhere擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With this extension any web site will can receive comments and reviews, you will be able to share your opinion about a site, product, company, etc, and see others people opinions You will be able see all comments made in any URL, and to make your own comment ou review you will only need to login with your Google Account
擴展基本資訊
名稱 | Comment Everywhere |
ID | cnelhcjkccamojhmmncfdhdhlgocmdjc |
官方網址 | https://chromewebstore.google.com/detail/comment-everywhere/cnelhcjkccamojhmmncfdhdhlgocmdjc |
簡介 | This extension allows the user to comment at any page on the internet |
檔案大小 | 1.27 MB |
安裝次數 | 37 |
目前版本 | 0.1.2 |
更新時間 | 2021-08-29 |
上架時間 | 2020-05-25 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Adriano Moura |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Comment Everywhere", "description": "This extension allows the user to comment at any page on the internet", "version": "0.1.2", "browser_action": { "default_popup": "index.html", "default_title": "Comment here" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png" }, "permissions": [ "activeTab", "tabs", "storage" ], "background": { "page": "app\/background.html" }, "content_security_policy": "script-src 'self' 'sha256-b6IMLg6aurQE6MkquJ7FXc3\/iimLsg2bB+hjY\/3yZmc=' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com https:\/\/apis.google.com; object-src 'self'" } |