Ambient Aurea for Google Chrome
The best way to focus that photo or image and add it to one photo gallery with ambient lighting effects.
Ambient Aurea for Google Chromeคืออะไร?
Ambient Aurea for Google Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.stefanvd.net และคุณลักษณะหลักของมันคือ "The best way to focus that photo or image and add it to one photo gallery with ambient lighting effects."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ambient Aurea for Google Chrome
ดาวน์โหลดไฟล์ส่วนขยาย Ambient Aurea for Google Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With this extension, you can easily focus the image you want to see into another dimension. And around this image you see a glow around that matched with the content of the photo. Just like the Ambilight TV from the company Phillips but here for your favorite photos. Ambient Aurea is a lightweight and useful add-in designed to get a fast a gallery of the images on that website. A good new way to shows your photograph in a vivid glow effect. Ambient Aurea is built up with the engine of the most popular browser extension Turn Off the Lights. It is great tool for users with ADHD mental disorder and concentration problem. A few great features in this browser extension: + Click on the Mountain button, and it shows you a gallery of all the images. + Option to change the layer color and his opacity in the options page. + Option to shows the selected photo in a Vivid Mode effect. + Option to shows the 'Share Bar', to share the current image on Pinterest, Facebook, and Twitter. It is a tool that all photographers need to isolate the rest of the web. That is also from not professional photographer. Project Information: https://www.stefanvd.net/project/ambient-aurea/browser/ Required Permissions: "contextMenus": This to add the "go to Ambient Aurea" menu item in the web browser context menu. "tabs": This is needed for the following features: to show you the welcome and guide page, and to open the Options page. "storage": This to save the settings on your local computer, and to sync it to your web browser account. "http://*/*", "https://*/*": This to control the button on all websites that include http, and https. Don't forget to like & Follow Us: Facebook https://www.facebook.com/ambientaurea Twitter https://twitter.com/ambientaurea Pinterest https://www.pinterest.com/ambientaurea <<< Option feature >>> To protect your eyes at night and to get focus on the video player such as YouTube™. It's recommend to use and install the Turn Off the Lights for YouTube and Beyond https://chrome.google.com/webstore/detail/bfbmjmiodbnnpllbbbfblcplfjjepjdn
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ambient Aurea for Google Chrome |
ID | pkaglmndhfgdaiaccjglghcbnfinfffa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ambient-aurea-for-google/pkaglmndhfgdaiaccjglghcbnfinfffa |
คำอธิบาย | The best way to focus that photo or image and add it to one photo gallery with ambient lighting effects. |
ขนาดไฟล์ | 797 KB |
จำนวนการติดตั้ง | 12,037 |
เวอร์ชันปัจจุบัน | 2.2.5.0 |
อัปเดตครั้งล่าสุด | 2019-07-28 |
วันที่เผยแพร่ | 2019-07-28 |
คะแนน | 4.69/5 รวมทั้งหมด 517 คะแนน |
ผู้พัฒนา | https://www.stefanvd.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.stefanvd.net/project/ambient-aurea/browser/ |
URL หน้าช่วยเหลือ | https://www.stefanvd.net/support/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.stefanvd.net/privacy |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_namechrome__", "short_name": "AA", "version": "2.2.5.0", "description": "__MSG_description__", "author": "Stefan vd", "homepage_url": "https:\/\/www.stefanvd.net\/support\/", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": { "19": "icons\/icon1.png", "38": "icons\/[email protected]" }, "default_title": "__MSG_browserbutton__" }, "background": { "page": "background.html", "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/platform.twitter.com https:\/\/apis.google.com; img-src *; object-src 'self'", "web_accessible_resources": [ "images\/arrow.png", "images\/sharegoogleplus.png", "images\/sharetwitter.png", "images\/sharefacebook.png", "images\/[email protected]", "images\/[email protected]", "images\/[email protected]", "icons\/icon16.png" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "exclude_matches": [ "*:\/\/*.stefanvd.net\/project\/ambient-aurea\/browser\/options.html" ], "js": [ "js\/constants.js", "js\/content.js" ], "css": [ "css\/aa.css" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.stefanvd.net\/project\/ambient-aurea\/browser\/options.html" ], "js": [ "js\/constants.js", "js\/options.js" ], "run_at": "document_end" } ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+A", "mac": "MacCtrl+Shift+A" } } }, "options_ui": { "page": "options.html", "open_in_tab": true }, "minimum_chrome_version": "20", "offline_enabled": true, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |