Skip to content

Commit

Permalink
add descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed Jan 18, 2021
1 parent 3546e44 commit 73bd944
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions README.md
@@ -0,0 +1,16 @@
## Chrome Fullscreen Extension for Device without Keyboard

**Tiny, Cross-platform**

**Kiwi Browser, Yandex Browser, and other chrome-compatible browsers**

### Install from source code

* Download and unzip source code
* Go to `chrome://extensions` and turn on Developer mode
* Load unpacked, choose the folder of unzipped source code

### Install from crx

* Download .crx file from release page
* Drop .crx file into `chrome://extensions` page
4 changes: 2 additions & 2 deletions manifest.json
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "Fullscreen",
"version": "0.0.1",
"description": "fullscreen",
"version": "0.0.2",
"description": "Fullscreen extension for device without keyboard",
"permissions": ["activeTab"],
"browser_action":{},
"background":
Expand Down

0 comments on commit 73bd944

Please sign in to comment.